home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [55].lua < prev    next >
Encoding:
Text File  |  2011-03-06  |  610 b   |  10 lines

  1. -- Script [55]
  2. Starting = 1;
  3. SeaEvent = 0;
  4.  
  5. ShowStoryText("Exploring your way through a wooded area, you suddenly hear a high pitched voice squawking the most filthy insults you have ever heard, words that do not bear repeating here. Upon investigation you discover a parrot on the branch of a nearby tree is the source of these foul noises, and you've half a mind to teach it a lesson.");
  6.  
  7. SetStartingEvent(ScriptID, false);
  8.  
  9. AddChoice("Kill it. There's no room for such rudeness, even among parrotkind.", "[56]");
  10. AddChoice("Take it with you. Perhaps the thing can be taught some manners.", "[57]");